home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-05-11 | 4.5 KB | 99 lines |
- #
- # Sample MERCURY.INI file (in fact, the one I use on my
- # production server). This one implements most of the possible
- # switches for each module, but you can edit it to do less if
- # you wish. All the fields shown below are described in the
- # file MGUIDE.EXE which is supplied in the Mercury archive.
- #
- # Anything after a '#' to the end of the line is a comment and
- # is stripped out before parsing. Trailing and leading whitespace
- # is also stripped before parsing.
- #
-
- [General]
- myname: urania.pmail.gen.nz # Canonical name for this server
- timezone: +1100 # Time Zone to add to date fields
- mailqueue: TEMPQ # Queue: where mail is submitted by PMail
- smtpqueue: TEMPQ # Queue: where outgoing mail should be placed
- # note: smtpqueue and mailqueue can be the same
-
- # To use Mercury 1.11's spooler directory submission mechanism instead of
- # the queue-based system, you would comment out the section above and
- # uncomment the section shown below:
- #
- # [General]
- # myname: urania.pmail.gen.nz # Canonical name for this server
- # timezone: +1100 # Time Zone to add to date fields
- # file_api: 1 # Use a spool directory instead of queues
- # mailqueue: SYS:SMTPMAIL # Path: where mail is submitted by PMail
- # smtpqueue: SYS:SMTPMAIL # Path: where outgoing mail should be placed
-
-
- [Mercury]
- failfile: SYS:SYSTEM/MERCURY/FAILURE.MER # Delivery failure notification template
- confirmfile: SYS:SYSTEM/MERCURY/CONFIRM.MER # Delivery confirmation template
- aliasfile: SYS:SYSTEM/MERCURY/ALIAS.MER # System-wide alias file
- synfile: SYS:SYSTEM/MERCURY/SYNONYM.MER # User synonym database
- listfile: SYS:SYSTEM/MERCURY/LISTS.MER # List of lists
- logfile: SYS:SYSTEM/MERCURY/MERCURY.LOG # Traffic logging file
- bitnethost: cunyvm.cuny.edu # Relay host for ".bitnet" rewrites
- poll: 10 # Seconds between queue polling cycles
- scratch: SYS:SYSTEM/MERCURY # Where we can write temp files
- switch: 2 # number of ms to yield per op on heavy I/O
- returnlines: 15 # How many lines of failed messages to return
- postmaster: DAVID # NetWare UIC of postmaster
- swapids: 1 # Not currently used - leave as 1
- broadcast: 1 # Yes, we want broadcast notifications, but
- receipts: 0 # ... no broadcasts for receipt confirmations
- PM_notify: 1 # Do/Don't send errors to the postmaster
- change_owner: 0 # Change message ownership to recipient
-
-
- [MercuryC]
- host: 192.156.225.2 # mail mail host which relays for us
- scratch: SYS:SYSTEM/MERCURY # Where we can write temp files
- poll: 30 # Seconds between queue polling cycles
- switch: 2 # number of ms to yield per op on heavy I/O
- returnlines: 15 # How many lines of failed messages to return
- failfile: SYS:SYSTEM/MERCURY/FAILURE.MER # Delivery failure template
-
-
- [MercuryS]
- switch: 2
- debug: 1 # Whether or not to show session progress
- # allow: 192.156.225.2 # A machine we WILL permit to connect
- # refuse: 192.156.225.0 # A group of machines we WON'T permit.
- discard: 30000 # Max. number lines to allow in a message
- # size: 1500000 # Maximum ESMTP message size to accept
- # logfile: SYS:SYSTEM/MERCURY/MERCURYS.LOG # Logfile for incoming mail
-
- [MercuryP]
- scratch : SYS:SYSTEM/MERCURY
- switch : 2
- # Mark_Read : 0 # Don't mark downloaded mail as read
-
- [Groups]
- # Alias for group Actual NetWare group name
- # testgroup : TESTGRP
-
-
- [Domains]
- # NetWare Server Domain name
- THALIA : THALIA
- THALIA : urania
- THALIA : urania.pmail.gen.nz
- THALIA : thalia.pmail.gen.nz
- THALIA : pmail.gen.nz
- THALIA : [192.156.225.16]
-
-
- [Maiser]
- Maiser : Maiser
- Helpfile : SYS:SYSTEM/MERCURY/MAISER.HLP
- Lookupfile : SYS:SYSTEM/MERCURY/MAISER.LKP
- Send_dir : SYS:SYSTEM/MERCURY/SENDABLE
- Logfile : SYS:SYSTEM/MERCURY/MAISER.LOG
- # Notify : SYS:SYSTEM/MERCURY/TMP
- # Local_only : Y
-
-